home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d1 / bnchutil.arc / POP-CAL.DOC < prev    next >
Text File  |  1991-04-30  |  2KB  |  40 lines

  1.  
  2. POP-CAL                                    Leo Forrest
  3.  
  4. Purpose:  Pops up a calendar window for any month from January, 1583 to
  5.           December, 9999.
  6.  
  7. Format:   POP-CAL          (loads command into memory)
  8.           Alt-C                Toggles calendar on/off
  9.           Right-Arrow                Advance one month
  10.           Left-Arrow                    Back one month
  11.           Up-Arrow                    Advance one year
  12.           Down-Arrow                     Back one year
  13.  
  14. Remarks:  POP-CAL is a memory-resident utility and should be loaded into memory
  15.           before you call up any applications programs.  Normally, you would
  16.           simply enter POP-CAL as one line in your AUTOEXEC.BAT file.
  17.  
  18.           POP-CAL takes the current month and year as its initial value.  It
  19.           subsequently remembers your last-used calendar, facilitating repeated
  20.           references.
  21.  
  22. Notes:    You can use DEBUG to change the default Alt-C toggle key by replacing
  23.           the Alt-key scan code value at offset :014B.  The default value is
  24.           2E, which will appear, followed by a period, in response to the E
  25.           command shown below.  Enter only the new scan code, not the 2E.
  26.           Thus, to change the program to use Alt-Q (scan code 10) you would
  27.           enter:
  28.                   DEBUG POP-CAL.COM
  29.                   E 14b 10
  30.                   W
  31.                   Q
  32.  
  33.           The hex values for the various scan codes are given in Appendix E of
  34.           the IBM BASIC manual (3.0) and also in the "Scan Code Value Table" in
  35.           connection with SLASHBAR.COM, elsewhere in this manual.
  36.  
  37.           While POP-CAL has been tested for compatibility with a number of
  38.           other memory-resident programs, there is always the possibility of a
  39.           conflict with other TSR (Terminate-Stay-Resident) programs.
  40.